home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TUTOR.ZIP / QUIZ1 < prev    next >
Text File  |  1995-01-25  |  4KB  |  109 lines

  1. QUIZ 1 - LESSON 1:
  2. -----------------
  3.  
  4.  1. Name the 16 bit data registers: ________, ________, ________, ________.
  5.  
  6.  2. Name the  8 bit data registers: ________, ________, ________, ________,
  7.  
  8.                                     ________, ________, ________, ________.
  9.  
  10.  3. Name the segment registers:     ________, ________, ________, ________.
  11.  
  12.  4. What functions do the instructions:  mov ax,3 - int 10h accomplish?
  13.  
  14.     __________________________________________________________________.
  15.  
  16.  5. What function does the instruction:  mov ah,0 - int 16h accomplish?
  17.  
  18.     __________________________________________________________________,
  19.  
  20.  6. When the instruction:  call cursof is called, where does the cursor go?
  21.  
  22.     ______________________________________________________________________.
  23.  
  24.  7. What is the source code to exit a program and return to the DOS> prompt.
  25.  
  26.     _______________________________________________________________________.
  27.  
  28.  8. DEMO1.COM and DEMO2.COM leave the message on the screen when it returns
  29.    to the DOS> prompt.  What 2 lines of source code would you add to the
  30.    program after the mov ah,0 int 16h instructions to remove the message? 
  31.    
  32.     _____________________________________________________________________.
  33.  
  34.  9. How does DEMO1.COM and DEMO2.COM set the color of the message?
  35.    
  36.     _____________________________________________________________.
  37.  
  38. 10. When call curson is called, where does the cursor appear on video?
  39.  
  40.     _________________________________________________________________.
  41.  
  42. 11. How many bytes in a segment? Count from 1 up? ___________________.
  43.  
  44.                                  Count from 0 up? ___________________.
  45.                                  
  46. 12. How many bytes are in an interrupt address? _____________________.
  47.  
  48. 13. What is the hex equivalent of 65535 decimal? ____________________.
  49.  
  50. 14. What what is the hex equivalent of 1111 1111 1111 1111 binary? _________.
  51.  
  52. 15. What is the decimal equivalent of 4000 hex? _____________________.
  53.  
  54. 16. What is the hex equivalent of 61440 decimal? ____________________.
  55.  
  56. 17. What is the binary value for 64 decimal? ________________________.
  57.  
  58. 18. What is the decimal value 01100100 binary? ______________________.
  59.  
  60. 19. What is the hex equivalent of 11001000 binary? __________________.
  61.  
  62. 20. Did you find the quiz too hard?  just right?  too easy? ________________.
  63.  
  64.  
  65.  
  66. QUESTIONS FOR GRANDPA:
  67.  
  68. ____________________________________________________________________________
  69.  
  70. ____________________________________________________________________________
  71.  
  72. ____________________________________________________________________________
  73.  
  74. ____________________________________________________________________________
  75.  
  76. ____________________________________________________________________________
  77.  
  78. ____________________________________________________________________________
  79.  
  80. ____________________________________________________________________________
  81.  
  82. ____________________________________________________________________________
  83.  
  84. ____________________________________________________________________________
  85.  
  86. ____________________________________________________________________________
  87.  
  88. ____________________________________________________________________________
  89.  
  90. ____________________________________________________________________________
  91.  
  92. ____________________________________________________________________________
  93.  
  94. ____________________________________________________________________________
  95.  
  96. ____________________________________________________________________________
  97.  
  98. ____________________________________________________________________________
  99.  
  100. ____________________________________________________________________________
  101.  
  102. ____________________________________________________________________________
  103.  
  104. ____________________________________________________________________________
  105.  
  106. ____________________________________________________________________________
  107.  
  108.  
  109.